Platform Explorer / Nuxeo Platform 2023.10

Extension point rootconfig

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.signature.core.pki.RootDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-signature-config-2023.10.13.jar /OSGI-INF/signature-default-contrib.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <extension point="rootconfig" target="org.nuxeo.ecm.platform.signature.api.pki.RootService">
        <documentation>
          The configuration of the server root certificate.
        </documentation>
        <configuration>
          <rootKeystoreFilePath>pdfca-keystore.jks</rootKeystoreFilePath>
          <rootKeystorePassword>********</rootKeystorePassword>
          <rootCertificateAlias>pdfcakey</rootCertificateAlias>
          <!-- or proper certificate -->
          <rootKeyAlias>pdfcakey</rootKeyAlias>
          <rootKeyPassword>********</rootKeyPassword>
        </configuration>
      </extension>